

/* Start:/company/diary/style.css?16486310891143*/
div.feedback {
	width:456px;
	margin:0 auto;
}
.feedback label{
	display:block;
	margin-top:16px;
	height:40px;
	line-height:40px;
	font-size:19px;
	text-align:center;
	color:#444;
}
.feedback input{
	height:50px;
	line-height:50px;
	text-align:center;
}
.feedback textarea{
	height:140px;
	line-height:20px;
	padding:10px;
}
.feedback input,
.feedback textarea{
	border:2px solid #eee;
	font-size:19px;
	color:#444;	
	display:block;
	width:100%;
	box-sizing: border-box;
}
.feedback .g-recaptcha{
	margin:40px auto 0;
	width:304px;
}
.feedback .button{
	margin:40px auto 0;
	width: 214px;
    height: 52px;
    line-height: 52px;
    display: block;
    border: 2px solid #17ac71;
    text-align: center;
    color: #13915f;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: all 0.2s ease;
    box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
	background: #fff;
}
.feedback .button:hover{
	background-color: #17ac71;
    color: #fff;
    box-shadow: inset 0px 2px 4px 0px #13915f;
}
.feedback .er-text,
.feedback .ok-text{
	text-align:center;
	font-size:19px;
}
.feedback .ok-text{
	color:#17ac71;
} 

/* End */
/* /company/diary/style.css?16486310891143 */
